Current Date
The Current Date command returns a date value that represents the current time, day, and date. It is the only command provided by the Current Date scripting addition.SYNTAX
current dateRESULT
A date value.EXAMPLES
set timeOfTransfer to current date get timeOfTransfer if (current date) = ÿ date "Saturday, January 23, 1993 12:00:00 AM" then print the front window else return "The date is not " & ÿ "Saturday, January 23, 1993 12:00:00 AM"end ifERRORS